perm filename LCOM.MCL[206,LSP] blob sn#281494 filedate 1977-05-07 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002		The following changes were made to the L1.6 LCOM compilers in order
C00003 ENDMK
CāŠ—;
	The following changes were made to the L1.6 LCOM compilers in order
to make them compatible with Maclisp conventions:
	1. (SUB P (C 0 0 N N)) ==> (SUB P (% 0 N 0 N))
	2. (CALL n (E FOO) S) ==> (CALL n 'FOO)
	3. The driver (file compiling function) was completely changed
		(Read-until-eof with z ...) means that z is bound
		to the expressionn  read unless and EOF was found. At that
		time the expression returns (with nil as its value).
		(unselect-tty ...) is obvious.